Welcome![Sign In][Sign Up]
Location:
Search - linux mutex

Search list

[Linux-Unixwork_queue_thread

Description: 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understanding of the working mechanism of thread.
Platform: | Size: 4096 | Author: zhuwenjie | Hits:

[Linux-Unixthrmgr

Description: linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!-linux under the thread pool, which conditions the use of variables, such as maintaining Mutex variable to synchronize threads!
Platform: | Size: 8192 | Author: 王博 | Hits:

[Linux-UnixRhapsody-0.1.8.tar

Description: sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装一些操作系统相关的接口函数。已完成event mutex sem thread pipe相关的封装 advance_container:提供优先级消息队列,普通消息队列,定时器容器。 frame:目前提供了listerner(linux下版本,模仿ace的反应器)定时器 algorithm:补充了堆排序 与快速排序 所有代码均已在windows linux与uclinux + arm44b0平台下测试 欢迎交流 msn:lsccsl@163.net mail:lsccsl@tom.com
Platform: | Size: 252928 | Author: 林绍川 | Hits:

[Linux-Unixunixprogram

Description: Linux、多进程应用,共享内存,互斥锁应用-Linux, multi-process applications, shared memory, application Mutex
Platform: | Size: 1024 | Author: yang | Hits:

[Linux-Unixchengxuyuanma

Description: 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言 工具:vi编辑器、gcc编译器 操作系统:linux操作系统 调试工具:edit、masm、link、debug. 3数据结构与模块说明(功能与流程图) 数据结构 int count=0 //记录阅览室读者数量 sem_t full //定义阅览室座位信号量 int seat[5] //用数组表示座位 pthread_t reader[10] //定义读者线程 pthread_mutex_t mutex //定义互斥量 3.2功能说明 可以标识读者,随机为读者设置在阅览室的读书时间  可以显示阅览室读者的人数  可以显示读者所坐的位置,座位状态以及列出空座位 -err
Platform: | Size: 1024 | Author: 谢冷阳 | Hits:

[Linux-Unixthread.tar

Description: linux下多线程程序设计,包括signals,mutex,simple_once -linux under the multi-threaded program design, including signals, mutex, simple_once
Platform: | Size: 20480 | Author: persisting | Hits:

[Linux-Unixpthread

Description: linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
Platform: | Size: 26624 | Author: wuqian | Hits:

[Linux-Unixmutex-lock

Description: 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Thread to achieve a number of ways, such as Mutex, condition variables, such as read-write lock. Which interoperability exclusion lock the most simple, read-write lock with similar Mutex. in LInux the simple realization of a list, list of the insert and delete, as well as the entire list of destructor to consider the simultaneous multi-threading
Platform: | Size: 1024 | Author: 周伟光 | Hits:

[Linux-Unixmutex

Description: 经典的linux源码,快来看吧,很值得看一看。
Platform: | Size: 12288 | Author: 安维 | Hits:

[Documentscreate_a_thread_under_linux

Description: 简单的介绍线程的创建和基本的使用,关于线程的高级使用(如线程的属性,线程的互斥,线程的同步等等问题)可以参考我后面给出的资料. -Brief basic thread creation and use, on the high-level use of thread (such as the attributes of threads, thread the mutex, thread synchronization and so on) can refer to the information given behind me.
Platform: | Size: 2048 | Author: huyutao | Hits:

[Linux-UnixLinux_multithread

Description: Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including the basic creation of multi-threaded approach, how to modify the properties of multi-threaded and thread between the data processing. focuses on the multi-threaded data processing methods and conditions Mutex variables.
Platform: | Size: 35840 | Author: 林雁冉 | Hits:

[Linux-Unixhuluwa

Description: linux互斥锁:说明互斥锁的用法-linux mutex
Platform: | Size: 6075392 | Author: 周书记 | Hits:

[Software EngineeringSemaphores

Description: Its is the linux/unix system application programming ....data resource management by semaphore /mutex
Platform: | Size: 9216 | Author: dipen | Hits:

[Linux-Unixfutex-2.2.tar

Description: Linux 快速用户态互斥锁例程。 linux2.5以上内核,支持Futex,对于刚接触的用户,使用起来非常麻烦,这部分源码,详尽的利用futex基础原理,进行了封装,并且给出了几个测试例子。-Fast User Mode Linux mutex locking routines. linux2.5 above kernel, support Futex, for the new to the user, is very cumbersome to use, this part of the source, using futex based on detailed principles for the package, and gives examples of several tests.
Platform: | Size: 6144 | Author: studio | Hits:

[Embeded Linuxmutex

Description: Attached code provides the implementation of mutexex in linux. Mutex is used to protect shared resources in C/C++ appllications. This code is written based on BSD to help other community members
Platform: | Size: 2048 | Author: gailu | Hits:

[Embeded Linuxmymutex

Description: Attached code provides the implementation of mutexex in linux. Mutex is used to protect shared resources in C/C++ appllications. This code is written based on BSD to help other community members
Platform: | Size: 1024 | Author: gailu | Hits:

[Linux-Unixthread-test.tar

Description: 一个关于linux线程的互斥量,条件变量,信号量的例子,看完了明白互斥量等线程同步的基本使用方法-A thread on linux mutex example, read the understand the basics of using a mutex
Platform: | Size: 1024 | Author: 杨永 | Hits:

[Internet-NetworkLinux-GTKP-chat

Description: Linux Socket 基于GTK+聊天软件,采用父子进程编写,互斥死锁-Linux Socket based on GTK+ chat software written in parent-child process mutex deadlock
Platform: | Size: 36864 | Author: 爱德华 | Hits:

[Linux-Unixmutex

Description: linux多线程互斥控制实例代码 可以用mutex控制线程互斥-linux multithread mutex sample code
Platform: | Size: 1024 | Author: steven | Hits:

[Linux-Unixmutex

Description: 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)
Platform: | Size: 1024 | Author: Melodyluer | Hits:
« 12 3 4 »

CodeBus www.codebus.net